Uses of Class
negotiator.Domain

Packages that use Domain
misc   
negotiator   
negotiator.boaframework   
negotiator.utility   
 

Uses of Domain in misc
 

Methods in misc with parameters of type Domain
static void DomainGenerator.findDomain(Domain domain, UtilitySpace spaceA, UtilitySpace spaceB, java.lang.String logToDirA, java.lang.String logToDirB, Range opp, Range dist, boolean biasForHighOpp, boolean varyBoth)
          Method which keeps generating new domains until a domain satisfying the bounds on the opposition and bid distribution is found.
 

Uses of Domain in negotiator
 

Constructors in negotiator with parameters of type Domain
Bid(Domain domainP, java.util.HashMap<java.lang.Integer,Value> bidP)
          create a new bid in a domain.
BidIterator(Domain pDomain)
          Creates an iterator for the given outcomespace (domain).
 

Uses of Domain in negotiator.boaframework
 

Methods in negotiator.boaframework that return Domain
 Domain NegotiationSession.getDomain()
          Returns the negotiation domain.
 

Uses of Domain in negotiator.utility
 

Methods in negotiator.utility that return Domain
 Domain UtilitySpace.getDomain()
           
 

Methods in negotiator.utility with parameters of type Domain
 void UtilitySpace.checkReadyForNegotiation(Domain dom)
          check if this utility space is ready for negotiation.
 

Constructors in negotiator.utility with parameters of type Domain
UtilitySpace(Domain domain)
          Creates a new utilityspace of the given domain.
UtilitySpace(Domain domain, java.lang.String fileName)
          Create new default util space for a given domain.